body {
    margin: 0;
    font-family: "Turret Road", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: rgb(214, 186, 235);
    overflow-x: hidden;
    width: 100%;
    position: relative;
    padding-top: 7.5rem;
      

}    
#psyvionn {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 45%;
    margin-top: 0.25rem;
    margin-left: 0.3rem;
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0.9rem 1.8rem;
    padding-right: 400px;
}
header {
    /* background-color: rgb(149, 0, 248); */
    background-color: rgb(72, 0, 122);
    backdrop-filter: blur(10px);
    height: 5.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 10000;

    
}
a {
    color: rgb(197, 150, 221);
    text-decoration: none;
    display: inline-block;
    margin: 0 0.8rem;
    padding: 0.3rem;
    position: relative;
    left: 7rem;
    font-size: 1.2rem;
    font-weight: 400;


}

a:hover {
    color: white;

}
nav a::before {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 0%;
    height: 0.15rem;
    background-color: white;
    transition: all 0.7s;
}

nav a:hover::before{
width: 100%;
}

.logo {
    font-size: 2.8rem;
    font-weight: bold;


}
#name {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(236, 208, 236);
    position: absolute;
    top: 1.3rem;
    left: 5.5rem;
}
h1{
   color: rgb(72, 0, 122);
   font-size: 2.3rem;
   line-height: 2rem;
  margin: 2rem 0;
  /* font-family: "Kelly Slab", sans-serif;
  font-weight: 400;
  font-style: normal; */
   margin-left: 1rem;

font-family: "Glass Antiqua", cursive;
  font-weight: 400;
  font-style: normal;


}

p{
  color: rgb(40, 0, 70);
   letter-spacing: 0.06rem;
   font-size: 1.2rem; 
   line-height: 1.5;
   font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 1rem;

}
.para{
    width: 80%;
}
h3{
    margin-left: 1rem;
    font-size: 1.5rem;
    color: rgb(182, 130, 219);
}
li{
    color: rgb(40, 0, 70);
   letter-spacing: 0.06rem;
   font-size: 1.2rem; 
   line-height: 1.5;
   font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 1rem;
  width: 80%;
}
.link{
    font-size: 1.5rem;
    position: relative;
    bottom: 2rem;
    left: 0.5rem;
    margin-top: 2rem;
    color: rgb(40, 0, 70);
}
.link:hover{
    color: rgb(248, 241, 252);
    text-decoration: underline;
}

a, nav a.active {
  color: rgb(197, 150, 221);
  text-decoration: none;
  display: inline-block;
  margin: 0 0.8rem;
  padding: 0.3rem;
  position: relative;
  left: 7rem;
  font-size: 1.2rem;
  font-weight: 400;
}

a:hover, nav a.active {
  color: white;
}

/* nav a::before, nav a.active::before {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0%;
  height: 0.15rem;
  background-color: white;
  transition: all 0.7s;
}

nav a:hover::before, nav a.active::before {
  width: 100%;
}
 */
